-
Notifications
You must be signed in to change notification settings - Fork 61
Fix/concealer 7 #1582
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/concealer 7 #1582
Conversation
…s `UNKNOWN` Signed-off-by: yamacir-kit <[email protected]>
Signed-off-by: yamacir-kit <[email protected]>
Checklist for reviewers ☑️All references to "You" in the following text refer to the code reviewer.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved, waiting for green CIs
Failure optional scenariosNote This is an experimental check and does not block merging the pull-request. scenario failed: execution_time_test <failure type="SimulationFailure" message="CustomCommandAction typed "exitFailure" was triggered by the named Conditions {"update time checker", "avoid startup"}: {"update time checker": Is the /simulation/interpreter/execution_time/update (= 0.005401000000000000418609591435) is greaterThan 0.005?}, {"avoid startup": Is the simulation time (= 14.250000000000067501559897209518) is greaterThan 1.000000000000000000000000000000?}" /> |
|
Description
Abstract
If any of the states
/api/localization/initialization_state
,/api/routing/state
, and/api/operation_mode/state
related to Autoware state is inUNKNOWN
state, Autoware should be considered to be initializing. However, the currentconcealer::LegacyAutowareState
is not like that. This pull request fixes that bug.Background
This bug was introduced by #1549.
Details
None.
References
None.
Destructive Changes
None.
Known Limitations
None.